Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase the maximum number of kernel arguments #709

Merged
merged 1 commit into from
Sep 19, 2023
Merged

Increase the maximum number of kernel arguments #709

merged 1 commit into from
Sep 19, 2023

Conversation

deukhyun-cha
Copy link
Contributor

Description

There are some cases found that has optimizations on complex computational kernels leading to increased numbers of arguments. This change increases the maximum number of kernel arguments to 128 which could hopefully be big enough for most of the use cases. The update also fixes missed updates from the previous change related to this.

@codecov
Copy link

codecov bot commented Sep 18, 2023

Codecov Report

Merging #709 (ec3bb5c) into development (48f1d63) will decrease coverage by 0.01%.
The diff coverage is n/a.

❗ Current head ec3bb5c differs from pull request most recent head f82bbee. Consider uploading reports for the commit f82bbee to get more accurate results

Additional details and impacted files

Impacted file tree graph

@@               Coverage Diff               @@
##           development     #709      +/-   ##
===============================================
- Coverage        75.26%   75.25%   -0.01%     
===============================================
  Files              297      297              
  Lines            19326    19324       -2     
===============================================
- Hits             14545    14543       -2     
  Misses            4781     4781              

see 1 file with indirect coverage changes

@kris-rowe kris-rowe merged commit ca23135 into libocca:development Sep 19, 2023
@deukhyun-cha deukhyun-cha deleted the n-kernel-args-2 branch January 16, 2024 19:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants